home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TDEBUGFORM / TDEBUGFORM.txt
Text File  |  2003-03-07  |  1KB  |  63 lines

  1. object DebugForm: TDebugForm
  2.   Left = 18
  3.   Top = 193
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Debug'
  7.   ClientHeight = 526
  8.   ClientWidth = 999
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object messageGrid: TStringGrid
  21.     Left = 8
  22.     Top = 8
  23.     Width = 985
  24.     Height = 305
  25.     DefaultRowHeight = 17
  26.     FixedCols = 0
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'Courier New'
  31.     Font.Style = []
  32.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     ColWidths = (
  36.       155
  37.       204
  38.       488
  39.       92
  40.       37)
  41.   end
  42.   object OKButton: TButton
  43.     Left = 916
  44.     Top = 495
  45.     Width = 75
  46.     Height = 25
  47.     Anchors = [akRight, akBottom]
  48.     Caption = 'OK'
  49.     Default = True
  50.     TabOrder = 1
  51.     OnClick = OKButtonClick
  52.   end
  53.   object ControlStateMemo: TMemo
  54.     Left = 8
  55.     Top = 320
  56.     Width = 353
  57.     Height = 201
  58.     Lines.Strings = (
  59.       'ControlStateMemo')
  60.     TabOrder = 2
  61.   end
  62. end
  63.